Skip to content

fix: present a consistent public interface, synchronize builds#16

Merged
chrislyons-dev merged 4 commits intomainfrom
api-cleanup
Nov 2, 2025
Merged

fix: present a consistent public interface, synchronize builds#16
chrislyons-dev merged 4 commits intomainfrom
api-cleanup

Conversation

@chrislyons-dev
Copy link
Copy Markdown
Owner

present a consistent public interface: use JwtPayload consistently
synchronize py & ts builds

cjlyons and others added 4 commits November 2, 2025 06:03
Implements Option 1 (always-version strategy) to keep TypeScript
and Python packages synchronized.

Changes:
- Bump TypeScript package.json to 1.8.3 (was stuck at 1.8.2)
- Update release-please manifest to show both at 1.8.3
- Configure extra-files in release-please-config.json for
  automatic cross-package version updates

How it works:
When TypeScript version bumps, release-please will also update:
  - packages/flarelette-jwt-py/pyproject.toml
  - packages/flarelette-jwt-py/flarelette_jwt/__init__.py

When Python version bumps, release-please will also update:
  - packages/flarelette-jwt-ts/package.json

This prevents version drift between the polyglot packages and
eliminates the need for manual publishing when only one package
has code changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 2, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@chrislyons-dev chrislyons-dev merged commit fa9b5f9 into main Nov 2, 2025
29 checks passed
@github-actions github-actions Bot mentioned this pull request Nov 2, 2025
@chrislyons-dev chrislyons-dev deleted the api-cleanup branch November 2, 2025 12:40
This was referenced Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants